home *** CD-ROM | disk | FTP | other *** search
- object ProgressForm: TProgressForm
- Left = 657
- Top = 799
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- ClientHeight = 157
- ClientWidth = 383
- Color = clBtnFace
- ParentFont = True
- KeyPreview = True
- Menu = MainMenu
- OldCreateOrder = True
- ShowHint = True
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ProgressBevel: TBevel
- Left = 0
- Top = 0
- Width = 383
- Height = 2
- Align = alTop
- Shape = bsTopLine
- end
- object StatusPanel: TPanel
- Left = 0
- Top = 137
- Width = 383
- Height = 20
- Align = alBottom
- Alignment = taLeftJustify
- BevelInner = bvLowered
- BevelOuter = bvNone
- BorderWidth = 2
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 2
- Width = 383
- Height = 135
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 2
- TabOrder = 1
- object ProgressLabel: TGroupBox
- Left = 2
- Top = 2
- Width = 379
- Height = 131
- Align = alClient
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- object ProgressBar: TCGauge
- Left = 120
- Top = 18
- Width = 239
- Height = 20
- ForeColor = clNavy
- ParentShowHint = False
- end
- object RemainingLabel: TLabel
- Left = 120
- Top = 40
- Width = 241
- Height = 17
- Alignment = taCenter
- AutoSize = False
- ParentShowHint = False
- ShowHint = False
- Layout = tlBottom
- end
- object BufferBar: TCGauge
- Left = 152
- Top = 81
- Width = 153
- Height = 16
- ForeColor = clNavy
- ParentShowHint = False
- Progress = 100
- end
- object BufferLabel: TLabel
- Left = 16
- Top = 82
- Width = 129
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Layout = tlBottom
- end
- object SubBar: TCGauge
- Left = 152
- Top = 101
- Width = 153
- Height = 16
- ForeColor = clNavy
- ParentShowHint = False
- Progress = 100
- end
- object SubBufferLabel: TLabel
- Left = 16
- Top = 102
- Width = 129
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Layout = tlBottom
- end
- object StopBitBtn: TSpeedButton
- Left = 318
- Top = 78
- Width = 42
- Height = 42
- OnClick = StopBitBtnClick
- end
- object SpeedLabel: TLabel
- Left = 120
- Top = 60
- Width = 241
- Height = 17
- Alignment = taCenter
- AutoSize = False
- ParentShowHint = False
- ShowHint = False
- Layout = tlBottom
- end
- object Anim: TAnimate
- Left = 11
- Top = 16
- Width = 100
- Height = 50
- Active = False
- OnStop = AnimStop
- end
- end
- end
- object MainMenu: TMainMenu
- Left = 96
- object ToolsMenu: TMenuItem
- object LogEnable: TMenuItem
- ShortCut = 76
- OnClick = LogEnableClick
- end
- end
- end
- object ProgressTimer: TTimer
- Enabled = False
- Interval = 10000
- OnTimer = ProgressTimerTimer
- Left = 64
- end
- end
-